Skip to content

chore: release#156

Merged
kixelated merged 1 commit intomainfrom
release-plz-2026-02-10T19-24-30Z
Feb 11, 2026
Merged

chore: release#156
kixelated merged 1 commit intomainfrom
release-plz-2026-02-10T19-24-30Z

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 10, 2026

🤖 New release

  • web-transport-proto: 0.5.0 -> 0.5.1 (✓ API compatible changes)
  • web-transport-quinn: 0.11.2 -> 0.11.3 (✓ API compatible changes)
  • web-transport: 0.9.7 -> 0.10.0
  • web-transport-quiche: 0.1.0 -> 0.2.0 (⚠ API breaking changes)

web-transport-quiche breaking changes

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/inherent_method_missing.ron

Failed in:
  Connection::url, previously in file /tmp/.tmpYVyQkY/web-transport-quiche/src/connection.rs:324
  Request::url, previously in file /tmp/.tmpYVyQkY/web-transport-quiche/src/h3/request.rs:30
  Request::close, previously in file /tmp/.tmpYVyQkY/web-transport-quiche/src/h3/request.rs:44

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method now takes a different number of parameters, not counting the receiver (self) parameter.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/method_parameter_count_changed.ron

Failed in:
  web_transport_quiche::Connection::raw now takes 3 parameters instead of 2, in /tmp/.tmploqPv2/web-transport/web-transport-quiche/src/connection.rs:308

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/struct_missing.ron

Failed in:
  struct web_transport_quiche::h3::Connect, previously in file /tmp/.tmpYVyQkY/web-transport-quiche/src/h3/connect.rs:28
Changelog

web-transport-proto

0.5.1 - 2026-02-11

Other

  • Async accept (#159)

web-transport-quinn

0.11.3 - 2026-02-11

Other

  • Don't require a major version bump. (#161)
  • Async accept (#159)

web-transport

0.10.0 - 2026-02-11

Other

  • Async accept (#159)
  • release (#150)
  • release (#148)
  • release (#146)
  • Manually run release-plz because CI is broken? (#145)
  • Sub-protocol negotiation + breaking API changes (#143)
  • release (#122)
  • Double check that read_buf is properly implemented. (#137)
  • Remove with_unreliable. (#136)
  • Don't require &mut for web-transport (#134)
  • Rename the repo into a new org. (#132)
  • We should bump the web-transport-trait crates. (#123)
  • release (#119)
  • Avoid some spurious semver changes and bump the rest (#121)
  • Initial web-transport-quiche support (#118)

web-transport-quiche

0.2.0 - 2026-02-11

Other

  • Fix a panic caused by longer error codes. (#160)
  • Async accept (#159)


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2026-02-10T19-24-30Z branch 5 times, most recently from 4d43a20 to 8e939e8 Compare February 11, 2026 19:18
@github-actions github-actions bot force-pushed the release-plz-2026-02-10T19-24-30Z branch from 8e939e8 to db5e9c2 Compare February 11, 2026 19:22
@kixelated kixelated merged commit 53f6807 into main Feb 11, 2026
@kixelated kixelated deleted the release-plz-2026-02-10T19-24-30Z branch February 11, 2026 19:23
@github-actions github-actions bot mentioned this pull request Feb 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant